﻿2026-07-23T17:42:15.9000797Z ##[group]Run actions/checkout@v5
2026-07-23T17:42:15.9001540Z with:
2026-07-23T17:42:15.9001935Z   repository: BigscreenVR/spt-bs-core
2026-07-23T17:42:15.9004979Z   token: ***
2026-07-23T17:42:15.9005331Z   ssh-strict: true
2026-07-23T17:42:15.9005689Z   ssh-user: git
2026-07-23T17:42:15.9006060Z   persist-credentials: true
2026-07-23T17:42:15.9006461Z   clean: true
2026-07-23T17:42:15.9006854Z   sparse-checkout-cone-mode: true
2026-07-23T17:42:15.9007269Z   fetch-depth: 1
2026-07-23T17:42:15.9007621Z   fetch-tags: false
2026-07-23T17:42:15.9007983Z   show-progress: true
2026-07-23T17:42:15.9008336Z   lfs: false
2026-07-23T17:42:15.9008694Z   submodules: false
2026-07-23T17:42:15.9009148Z   set-safe-directory: true
2026-07-23T17:42:15.9009552Z   allow-unsafe-pr-checkout: false
2026-07-23T17:42:15.9010160Z ##[endgroup]
2026-07-23T17:42:15.9843700Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T17:42:15.9845331Z ##[group]Getting Git version info
2026-07-23T17:42:15.9846046Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-23T17:42:15.9847337Z [command]/usr/bin/git version
2026-07-23T17:42:15.9866598Z git version 2.43.0
2026-07-23T17:42:15.9885476Z ##[endgroup]
2026-07-23T17:42:15.9896655Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/194759d9-c7ae-4cbc-b903-e185c5edc607' before making global git config changes
2026-07-23T17:42:15.9898007Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T17:42:15.9899893Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-23T17:42:15.9934546Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-23T17:42:15.9955953Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T17:42:15.9967656Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T17:42:15.9970656Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T17:42:15.9989365Z HEAD
2026-07-23T17:42:16.0021860Z ##[endgroup]
2026-07-23T17:42:16.0023403Z [command]/usr/bin/git submodule status
2026-07-23T17:42:16.0205701Z ##[group]Cleaning the repository
2026-07-23T17:42:16.0209325Z [command]/usr/bin/git clean -ffdx
2026-07-23T17:42:16.0249753Z [command]/usr/bin/git reset --hard HEAD
2026-07-23T17:42:16.0303837Z HEAD is now at 15dfdf4b Merge c65908da9e41a942f41fe29dcf6174e9385ddf37 into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:42:16.0309204Z ##[endgroup]
2026-07-23T17:42:16.0311245Z ##[group]Disabling automatic garbage collection
2026-07-23T17:42:16.0315341Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T17:42:16.0342409Z ##[endgroup]
2026-07-23T17:42:16.0343128Z ##[group]Setting up auth
2026-07-23T17:42:16.0347554Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T17:42:16.0376164Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T17:42:16.0568529Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T17:42:16.0596174Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T17:42:16.0783489Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T17:42:16.0813910Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T17:42:16.1033626Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T17:42:16.1064440Z ##[endgroup]
2026-07-23T17:42:16.1065226Z ##[group]Fetching the repository
2026-07-23T17:42:16.1071012Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +15dfdf4bf18f67b9dad2650c809f62ef0b418a56:refs/remotes/pull/68/merge
2026-07-23T17:42:16.5063957Z ##[endgroup]
2026-07-23T17:42:16.5064812Z ##[group]Determining the checkout info
2026-07-23T17:42:16.5065648Z ##[endgroup]
2026-07-23T17:42:16.5069968Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T17:42:16.5111168Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T17:42:16.5134523Z ##[group]Checking out the ref
2026-07-23T17:42:16.5137319Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/68/merge
2026-07-23T17:42:16.5182445Z HEAD is now at 15dfdf4b Merge c65908da9e41a942f41fe29dcf6174e9385ddf37 into 2342fd631f1feabcbd4405eac49da2e5c31beee5
2026-07-23T17:42:16.5185885Z ##[endgroup]
2026-07-23T17:42:16.5216935Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T17:42:16.5237071Z 15dfdf4bf18f67b9dad2650c809f62ef0b418a56
